runtime.schedt.safePointWait (field)
10 uses
runtime (current package)
proc.go#L2072: if sched.safePointWait != 0 {
proc.go#L2075: sched.safePointWait = gomaxprocs - 1
proc.go#L2095: sched.safePointWait--
proc.go#L2099: wait := sched.safePointWait > 0
proc.go#L2140: if sched.safePointWait != 0 {
proc.go#L2176: sched.safePointWait--
proc.go#L2177: if sched.safePointWait == 0 {
proc.go#L3090: sched.safePointWait--
proc.go#L3091: if sched.safePointWait == 0 {
runtime2.go#L828: safePointWait int32
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)